monday log
-
1500 tranfer for the personal tax installments
-
Body Kanban
-
mac mini monitors manage fast record
-
Salad > support with Getir / gopuff
-
CV updates > citizenship > 3 months wait time at least update them based on USA > maria no feedback at this time
-
GYM
-
Ece Job applications > life in the uk > Lunch by river
-
Csharp selenium course
operator role answer the questions
-
oxford contract
-
linkedin check
moiz answer

Complete the thinkific and create the tranction that is needed

Applications in the back ground moving on

OTTER REPORTING

global world and the jobs

calendar manage > add trainings
visual studio add


There is version history but no jump points

use the comments
View all comments and check them out makes more and more sense

location and jump form the main menu

errors with naming

also json would have the issues as well
merged code

Code landing there
https://github.com/rifaterdemsahin/SeleniumThinkific/commit/08fb364c58d221451d57545a786523114f5010b0
reposition the old trainings with the new ones

this project structure lets me add the delivery pilot section to all courses with ease todo

Login as the action
using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using System;
using System.Threading;
class Program
{
static void Main()
{
using (IWebDriver driver = new ChromeDriver())
{
driver.Navigate().GoToUrl("https://courses.devops.engineering/courses/delivery-pilot");
driver.Manage().Window.Size = new System.Drawing.Size(1936, 1048);
driver.FindElement(By.CssSelector(".header__nav-sign-in > a")).Click();
Thread.Sleep(2000);
driver.FindElement(By.Id("user[email]")).SendKeys("[email protected]");
driver.FindElement(By.Id("user[password]")).SendKeys("YYmm123!");
driver.FindElement(By.CssSelector(".button-primary")).Click();
Thread.Sleep(5000);
}
}
}
Imported from rifaterdemsahin.com · 2024