← Back to Blog

monday log

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

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

monday log 1

Complete the thinkific and create the tranction that is needed

monday log 2

Applications in the back ground moving on

monday log 3

OTTER REPORTING

monday log 4

global world and the jobs

monday log 5

calendar manage > add trainings

visual studio add

monday log 6

monday log 7

There is version history but no jump points

monday log 8

use the comments

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

monday log 9

location and jump form the main menu

monday log 10

errors with naming

monday log 11

also json would have the issues as well

merged code

monday log 12

Code landing there

https://github.com/rifaterdemsahin/SeleniumThinkific/commit/08fb364c58d221451d57545a786523114f5010b0

reposition the old trainings with the new ones

monday log 13

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

monday log 14

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